
@media screen and (min-width: 1px){
    .navbar .el-input--suffix /deep/ .el-input__inner {
                border-top-right-radius: 0 !important;
                border-bottom-right-radius: 0 !important;
            }
            .navbar .el-button--primary{
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                width: 100%;
                background-color: #013B93;
                border-color: #013B93;
            }
            .navbar .el-button--primary:hover{
                background-color: rgb(5, 83, 201);
                border-color: rgb(5, 83, 201);
            }
            /* 页面样式 */
            .navbar_naviga{
            display: flex;
            align-items: center;
            }
            .navbar_search{
            margin-right: 26px;
            }
            .navbar_login{
            cursor: pointer;
            display: flex;
            align-items: center;
            }
            .navbar_login:hover{
            opacity: 0.5;
            }
            .loginImage{
            width: 16px;
            margin-right: 10px;
            }
            .userImage{
            position: relative;
            }
            .userImage>img{
            width: 36px;
            height: 36px;
            overflow: hidden;
            border-radius: 50%;
            background-color:skyblue;
            cursor: pointer;
            }
            .userImageInfo{
            position: absolute;
            right: -160px;
            width: 320px;
            padding-top: 32px;
            }
            .userImageInfo_d{
            box-shadow: 1px 2px 13px 6px rgba(173,173,173,0.2); 
            background-color: #fff;
            border-radius: 6px;
            overflow: hidden;
            }
            .user_image{
            position: relative;
            }
            .user_image img{
            width: 100%;
            }
            .user_Info{
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0 32px;
            display: flex;
            align-items: center;
            }
            .userTX img{
            width: 44px;
            border-radius: 50%;
            margin-right: 15px;
            }
            .user_Idata{
            font-size: 14px;
            color: #333;
            font-weight: 600;
            }
            .userQM{
            margin-top: 5px;
            font-size: 12px;
            color: #666;
            font-weight: 500;
            }
            .userInfo{
            padding: 23px 0 17px 0;
            margin: 0 20px;
            border-bottom: 1px solid #e0e0e0;
            color: #666666;
            font-size: 14px;
            display: flex;
            justify-content: space-between; 
            }
            .userInfo>div{
            text-align: center;
            cursor: pointer;
            }
            .userInfo img{
            width: 24px;
            margin-bottom: 4px;
            }
            .getOut{
            display: flex;
            justify-content: flex-end;
            padding: 23px 20px;
            color: #666666;
            }
            .getOut span{
            cursor: pointer;
            }
            /* 搜索框样式 */
            .searchDialog{
            margin: 0 100px;
            }
            .search{
            display: flex;
            }
            .search_content{
            margin-top: 39px;
            display: flex;
            flex-wrap: wrap;
            }
            .search_content>div{
            margin-bottom: 15px;
            margin-right: 20px;
            color: #868686;
            cursor: pointer;
            }
            .search_content>div:hover{
            color: #cecdcd;
            }
}
@media screen and (max-width: 750px){
    #userImage{
        display: none;
    }
}